[WARP] Document Intune macOS reinstall loop and workaround#32075
Open
cf-rhett wants to merge 1 commit into
Open
[WARP] Document Intune macOS reinstall loop and workaround#32075cf-rhett wants to merge 1 commit into
cf-rhett wants to merge 1 commit into
Conversation
Contributor
Review✅ No issues found in commit Code ReviewThis code review is in beta and may not always be helpful — use your judgment. No code review issues found. ConventionsNo convention issues found. Style Guide ReviewNo style-guide issues found. CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
4ff846a to
de713de
Compare
Contributor
|
Nimbus Preview URL: https://nimbus-cb17a2c3.preview.developers.cloudflare.com |
Contributor
lpraneis
approved these changes
Jul 14, 2026
038af28 to
7a21615
Compare
7a21615 to
cb17a2c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Documents a Microsoft Intune behavior that causes the Cloudflare One Client to be repeatedly reinstalled on macOS. When you upload the client
.pkg, Intune auto-populates the app's Included apps detection list and treats the first entry as the primary app. It lists a nested framework bundle (io.flutter.flutter-macos) first instead of the client's own bundle identifier (com.cloudflare.1dot1dot1dot1.macos), so detection never matches the installed receipt and Intune reinstalls the package on every evaluation, restarting the client and dropping the WARP connection.Adds a known-limitations entry with the workaround (reorder Included apps so the Cloudflare bundle identifier is primary, and reapply after each version upload) plus a cross-linking caution in the macOS Intune deployment guide. The issue is scoped to the versions that ship the redesigned client interface — from 2026.3.566.1 up to, but not including, 2026.6.865.0, which packages the installer so Intune detects the client automatically.
This also adds the macOS release notes for the fixed version (
warp-releases/macos/ga/2026.6.865.0.yaml) and appends the Intune known-issue reference to the affected2026.6.822.0release note (warp-releases/macos/ga/2026.6.822.0.yaml).Screenshots (optional)
An animated GIF in the known-limitations entry shows the reorder in the Intune admin center.
Documentation checklist